home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / demos / compress.readme < prev    next >
Text File  |  1995-04-06  |  582b  |  16 lines

  1. The Compress tool allows you to compress multiple
  2. files into the same archive using the LZSS compression
  3. technique (Note that the file format is not compatible
  4. with the UNIX utility of the same name).
  5. This version should be portable (tool and archives) among
  6. all Oberon plattforms. The user-interface is still the same
  7. as with the old version.
  8. Please report any problems to:
  9.         zeller@inf.ethz.ch
  10. Changes:
  11. 30.11.94
  12.     SIZE(...) no longer needed, Compress should be 100% portable now.
  13. 10.11.94
  14.     Module SYSTEM no longer needed, first portable version.
  15. 14.1.92
  16.     First version of Compress.